home *** CD-ROM | disk | FTP | other *** search
/ Imagine! / Imagine (Wayzata Technology) (1995).iso / mac / Macfiles / AMazing / 00270_Script_270 < prev    next >
Text File  |  1994-11-11  |  171b  |  12 lines

  1. --randomOChole
  2. on mouseUp
  3.   set random to 2
  4.   if random(2) = 1 then
  5.     go "2Chole"
  6.   else
  7.     if random(2) = 2 then 
  8.       go "OC2C"
  9.     end if
  10.   end if
  11.   
  12. end